home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / css1.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  6.5 KB  |  271 lines

  1. object TPersHolder
  2.   P.Name = 'CSS, level 1'
  3.   P.Extensions.Strings = (
  4.     'CSS files (*.css)|*.css')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIText = 16
  10.       FISymbol = 8
  11.       UseSymbols = True
  12.       UseComments = True
  13.       UseMultiLineComments = True
  14.       UseStrings = True
  15.       UseSingleLineStrings = True
  16.       BlockDelimiters = <>
  17.       MultiLineCommentDelimiters = <
  18.         item
  19.           FontID = 17
  20.           LeftDelimiter = '/*'
  21.           RightDelimiter = '*/'
  22.         end
  23.         item
  24.           FontID = 11
  25.           LeftDelimiter = '<!--'
  26.           RightDelimiter = '-->'
  27.         end>
  28.       SingleLineStringDelimiters = <
  29.         item
  30.           FontID = 10
  31.           LeftDelimiter = '"'
  32.           RightDelimiter = '"'
  33.         end>
  34.     end
  35.     item
  36.       Name = 'Style'
  37.       ID = 1
  38.       ParentID = 0
  39.       UseMetaSymbol = True
  40.       UseMetaToWrapLines = False
  41.       MetaSymbol = '\'
  42.       FIText = 0
  43.       FIIntNum = 1
  44.       FIFloatNum = 2
  45.       FIHexNum = 3
  46.       FISymbol = 9
  47.       UseSymbols = True
  48.       UseComments = True
  49.       UseMultiLineComments = True
  50.       UseStrings = True
  51.       UseSingleLineStrings = True
  52.       UseNumbers = True
  53.       UsePrefixedNumbers = True
  54.       UseSuffixedNumbers = True
  55.       UseMultipleNumSuffixes = False
  56.       UseKeywords = True
  57.       BlockDelimiters = <
  58.         item
  59.           LeftDelimiter = '{'
  60.           RightDelimiter = '}'
  61.           DelimitersArePartOfBlock = True
  62.         end>
  63.       MultiLineCommentDelimiters = <
  64.         item
  65.           FontID = 4
  66.           LeftDelimiter = '/*'
  67.           RightDelimiter = '*/'
  68.         end
  69.         item
  70.           FontID = 13
  71.           LeftDelimiter = '<!--'
  72.           RightDelimiter = '-->'
  73.         end>
  74.       SingleLineStringDelimiters = <
  75.         item
  76.           FontID = 5
  77.           LeftDelimiter = '"'
  78.           RightDelimiter = '"'
  79.         end
  80.         item
  81.           FontID = 6
  82.           LeftDelimiter = #39
  83.           RightDelimiter = #39
  84.         end>
  85.       NumPrefixes = <
  86.         item
  87.           LeftDelimiter = '#'
  88.         end>
  89.       NumSuffixes = <
  90.         item
  91.           LeftDelimiter = '%'
  92.         end
  93.         item
  94.           LeftDelimiter = 'em'
  95.         end
  96.         item
  97.           LeftDelimiter = 'ex'
  98.         end
  99.         item
  100.           LeftDelimiter = 'px'
  101.         end
  102.         item
  103.           LeftDelimiter = 'in'
  104.         end
  105.         item
  106.           LeftDelimiter = 'cm'
  107.         end
  108.         item
  109.           LeftDelimiter = 'mm'
  110.         end
  111.         item
  112.           LeftDelimiter = 'pt'
  113.         end
  114.         item
  115.           LeftDelimiter = 'pc'
  116.         end
  117.         item
  118.           LeftDelimiter = 'p'
  119.         end>
  120.       KeywordSets = <
  121.         item
  122.           FontID = 7
  123.           Name = 'properties'
  124.           Keywords = 
  125.             'align,attachment,auto,background,border,bottom,clear,color,decor' +
  126.             'ation,display,family,float,font,height,image,indent,left,letter,' +
  127.             'line,list,margin,padding,position,repeat,right,size,space,spacin' +
  128.             'g,style,text,through,top,transform,type,variant,vertical,weight,' +
  129.             'white,width,word'
  130.         end>
  131.     end>
  132.   P.FontTable = <
  133.     item
  134.       FontID = 0
  135.       GlobalAttrID = 'Whitespace'
  136.       Font.Charset = DEFAULT_CHARSET
  137.       Font.Color = clBlack
  138.       Font.Height = -13
  139.       Font.Name = 'Courier New'
  140.       Font.Style = []
  141.     end
  142.     item
  143.       FontID = 1
  144.       GlobalAttrID = 'Integer'
  145.       Font.Charset = DEFAULT_CHARSET
  146.       Font.Color = clGreen
  147.       Font.Height = -13
  148.       Font.Name = 'Courier New'
  149.       Font.Style = []
  150.     end
  151.     item
  152.       FontID = 2
  153.       GlobalAttrID = 'Float'
  154.       Font.Charset = DEFAULT_CHARSET
  155.       Font.Color = clGreen
  156.       Font.Height = -13
  157.       Font.Name = 'Courier New'
  158.       Font.Style = []
  159.     end
  160.     item
  161.       FontID = 3
  162.       GlobalAttrID = 'Integer'
  163.       Font.Charset = DEFAULT_CHARSET
  164.       Font.Color = clGreen
  165.       Font.Height = -13
  166.       Font.Name = 'Courier New'
  167.       Font.Style = []
  168.     end
  169.     item
  170.       FontID = 4
  171.       GlobalAttrID = 'Comment'
  172.       Font.Charset = DEFAULT_CHARSET
  173.       Font.Color = clGray
  174.       Font.Height = -13
  175.       Font.Name = 'Courier New'
  176.       Font.Style = [fsItalic]
  177.     end
  178.     item
  179.       FontID = 5
  180.       GlobalAttrID = 'String'
  181.       Font.Charset = DEFAULT_CHARSET
  182.       Font.Color = clMaroon
  183.       Font.Height = -13
  184.       Font.Name = 'Courier New'
  185.       Font.Style = []
  186.     end
  187.     item
  188.       FontID = 6
  189.       GlobalAttrID = 'String'
  190.       Font.Charset = DEFAULT_CHARSET
  191.       Font.Color = clMaroon
  192.       Font.Height = -13
  193.       Font.Name = 'Courier New'
  194.       Font.Style = []
  195.     end
  196.     item
  197.       FontID = 7
  198.       GlobalAttrID = 'Reserved words'
  199.       Font.Charset = DEFAULT_CHARSET
  200.       Font.Color = clBlue
  201.       Font.Height = -13
  202.       Font.Name = 'Courier New'
  203.       Font.Style = [fsBold]
  204.     end
  205.     item
  206.       FontID = 16
  207.       GlobalAttrID = 'Emphasis'
  208.       Font.Charset = DEFAULT_CHARSET
  209.       Font.Color = clBlack
  210.       Font.Height = -13
  211.       Font.Name = 'Courier New'
  212.       Font.Style = [fsBold]
  213.     end
  214.     item
  215.       FontID = 17
  216.       GlobalAttrID = 'Comment'
  217.       Font.Charset = DEFAULT_CHARSET
  218.       Font.Color = clGray
  219.       Font.Height = -13
  220.       Font.Name = 'Courier New'
  221.       Font.Style = [fsItalic]
  222.     end
  223.     item
  224.       FontID = 10
  225.       GlobalAttrID = 'String'
  226.       Font.Charset = DEFAULT_CHARSET
  227.       Font.Color = clMaroon
  228.       Font.Height = -13
  229.       Font.Name = 'Courier New'
  230.       Font.Style = []
  231.     end
  232.     item
  233.       FontID = 11
  234.       GlobalAttrID = 'Comment'
  235.       Font.Charset = DEFAULT_CHARSET
  236.       Font.Color = clGray
  237.       Font.Height = -13
  238.       Font.Name = 'Courier New'
  239.       Font.Style = [fsItalic]
  240.     end
  241.     item
  242.       FontID = 13
  243.       GlobalAttrID = 'Comment'
  244.       Font.Charset = DEFAULT_CHARSET
  245.       Font.Color = clGray
  246.       Font.Height = -13
  247.       Font.Name = 'Courier New'
  248.       Font.Style = [fsItalic]
  249.     end
  250.     item
  251.       FontID = 8
  252.       GlobalAttrID = 'Emphasis'
  253.       Font.Charset = DEFAULT_CHARSET
  254.       Font.Color = clBlack
  255.       Font.Height = -13
  256.       Font.Name = 'Courier New'
  257.       Font.Style = [fsBold]
  258.     end
  259.     item
  260.       FontID = 9
  261.       GlobalAttrID = 'Delimiters'
  262.       BlockID = 1
  263.       Font.Charset = DEFAULT_CHARSET
  264.       Font.Color = clBlack
  265.       Font.Height = -13
  266.       Font.Name = 'Courier New'
  267.       Font.Style = []
  268.     end>
  269.   P.SyntaxVersion = 3
  270. end
  271.